Use same find -perm syntax as rustc
authorAlex Crichton <alex@alexcrichton.com>
Wed, 14 Jan 2015 04:21:52 +0000 (20:21 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 14 Jan 2015 04:21:52 +0000 (20:21 -0800)
Closes #822

Makefile.in

index 0db82861143966c3020fefec762e37cb343b9d07..6c70d8db0f111f93f79c6f2693babcdd40632b30 100644 (file)
@@ -90,7 +90,7 @@ style:
        sh tests/check-style.sh
 
 no-exes:
-       find $$(git ls-files) -perm +111 -type f \
+       find $$(git ls-files) -perm +a+x -type f \
                -not -name configure -not -name '*.sh' -not -name '*.rs' \
                -not -wholename "*/rust-installer/*" | \
                grep '.*' \